Gets or sets the amount of time history records for the job will be retained before being purged.
__property long HistoryRetentionLimit;
long HistoryRetentionLimit;
Property HistoryRetentionLimit() As long
0
The meaning of the HistoryRetentionLimit depends on the setting of the HistoryRetentionOptions:
For all other settings, the HistoryRetentionLimit is ignored.
In some cases the retention limit may be overridden by the server. For example, if the server is using an MSDE database, there is a limit to the amount of data the database will allow. To prevent this limit from being exceeded, adTempus limits retention to 200 instances per job. Additionally, if the database size approaches the database size limit, adTempus may automatically purge additional history records.
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|